home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / math / newmat08 / tmt_z.mak < prev    next >
Text File  |  1995-01-17  |  4KB  |  156 lines

  1. C = ztc -c -ml $*.cpp -o
  2.  
  3. OBJ = fft.obj evalue.obj submat.obj cholesky.obj hholder.obj          \
  4.   sort.obj newmatrm.obj jacobi.obj tmtf.obj svd.obj tmte.obj          \
  5.   tmtd.obj newmat8.obj tmtc.obj tmtb.obj newmat7.obj newmat6.obj      \
  6.   newmat5.obj newmat3.obj newmat4.obj newmat2.obj newmat1.obj         \
  7.   tmt.obj tmt1.obj tmt2.obj tmt3.obj tmt4.obj tmt5.obj tmt6.obj       \
  8.   tmt7.obj tmt8.obj tmt9.obj tmta.obj tmtg.obj tmth.obj tmti.obj      \
  9.   bandmat.obj myexcept.obj newmatex.obj
  10.  
  11. tmt_z.exe:      $(OBJ) tmt_z.lnk
  12.                 blink @tmt_z.lnk
  13.  
  14. tmt_z.lnk:      tmt_z.mak
  15.             echo newmat1.obj+newmat2.obj+newmat3.obj+    > tmt_z.lnk
  16.             echo newmat4.obj+svd.obj+newmat5.obj+       >> tmt_z.lnk
  17.             echo newmat6.obj+newmat7.obj+newmat8.obj+   >> tmt_z.lnk
  18.             echo tmt.obj+tmt1.obj+tmt2.obj+tmt3.obj+    >> tmt_z.lnk
  19.             echo tmt4.obj+tmt5.obj+tmt6.obj+tmt7.obj+   >> tmt_z.lnk
  20.             echo tmt8.obj+tmt9.obj+tmta.obj+tmti.obj+   >> tmt_z.lnk
  21.             echo tmtb.obj+tmtc.obj+tmtd.obj+tmte.obj+   >> tmt_z.lnk
  22.             echo tmtf.obj+tmtg.obj+tmth.obj+            >> tmt_z.lnk
  23.             echo cholesky.obj+hholder.obj+sort.obj+     >> tmt_z.lnk
  24.             echo submat.obj+jacobi.obj+newmatrm.obj+    >> tmt_z.lnk
  25.             echo fft.obj+evalue.obj+bandmat.obj+        >> tmt_z.lnk
  26.             echo newmatex.obj+myexcept.obj                >> tmt_z.lnk
  27.             echo tmt_z.exe                              >> tmt_z.lnk
  28.  
  29. newmatxx:       include.h newmat.h boolean.h myexcept.h
  30.             echo "date of newest main .h file" > newmatxx
  31.  
  32. myexcept.obj:   include.h boolean.h myexcept.h myexcept.cpp
  33.             $C
  34.  
  35. newmatex.obj:   newmatxx newmatex.cpp
  36.             $C
  37.  
  38. example.obj:    newmatxx newmatap.h example.cpp
  39.             $C
  40.  
  41. cholesky.obj:   newmatxx cholesky.cpp
  42.             $C
  43.  
  44. evalue.obj:     newmatxx newmatrm.h precisio.h evalue.cpp
  45.             $C
  46.  
  47. fft.obj:        newmatxx newmatap.h fft.cpp
  48.             $C
  49.  
  50. hholder.obj:    newmatxx newmatap.h hholder.cpp
  51.             $C
  52.  
  53. jacobi.obj:     newmatxx precisio.h newmatrm.h jacobi.cpp
  54.             $C
  55.  
  56. bandmat.obj:    newmatxx newmatrc.h controlw.h bandmat.cpp
  57.             $C
  58.  
  59. newmat1.obj:    newmatxx newmat1.cpp
  60.             $C
  61.  
  62. newmat2.obj:    newmatxx newmatrc.h controlw.h newmat2.cpp
  63.             $C
  64.  
  65. newmat3.obj:    newmatxx newmatrc.h controlw.h newmat3.cpp
  66.             $C
  67.  
  68. newmat4.obj:    newmatxx newmatrc.h controlw.h newmat4.cpp
  69.             $C
  70.  
  71. newmat5.obj:    newmatxx newmatrc.h controlw.h newmat5.cpp
  72.             $C
  73.  
  74. newmat6.obj:    newmatxx newmatrc.h controlw.h newmat6.cpp
  75.             $C
  76.  
  77. newmat7.obj:    newmatxx newmatrc.h controlw.h newmat7.cpp
  78.             $C
  79.  
  80. newmat8.obj:    newmatxx newmatap.h newmat8.cpp
  81.             $C
  82.  
  83. newmat9.obj:    newmatxx newmatrc.h controlw.h newmatio.h newmat9.cpp
  84.             $C
  85.  
  86. newmatrm.obj:   newmatxx newmatrm.h newmatrm.cpp
  87.             $C
  88.  
  89. sort.obj:       newmatxx newmatap.h sort.cpp
  90.             $C
  91.  
  92. submat.obj:     newmatxx newmatrc.h controlw.h submat.cpp
  93.             $C
  94.  
  95. svd.obj:        newmatxx newmatrm.h precisio.h svd.cpp
  96.             $C
  97.  
  98. tmt.obj:        newmatxx newmatap.h tmt.cpp 
  99.             $C
  100.  
  101. tmt1.obj:       newmatxx newmatap.h tmt1.cpp 
  102.             $C
  103.  
  104. tmt2.obj:       newmatxx newmatap.h tmt2.cpp 
  105.             $C
  106.  
  107. tmt3.obj:       newmatxx newmatap.h tmt3.cpp 
  108.             $C
  109.  
  110. tmt4.obj:       newmatxx newmatap.h tmt4.cpp 
  111.             $C
  112.  
  113. tmt5.obj:       newmatxx newmatap.h tmt5.cpp 
  114.             $C
  115.  
  116. tmt6.obj:       newmatxx newmatap.h tmt6.cpp 
  117.             $C
  118.  
  119. tmt7.obj:       newmatxx newmatap.h tmt7.cpp 
  120.             $C
  121.  
  122. tmt8.obj:       newmatxx newmatap.h tmt8.cpp 
  123.             $C
  124.  
  125. tmt9.obj:       newmatxx newmatap.h tmt9.cpp 
  126.             $C
  127.  
  128. tmta.obj:       newmatxx newmatap.h tmta.cpp 
  129.             $C
  130.  
  131. tmtb.obj:       newmatxx newmatap.h tmtb.cpp 
  132.             $C
  133.  
  134. tmtc.obj:       newmatxx newmatap.h tmtc.cpp 
  135.             $C
  136.  
  137. tmtd.obj:       newmatxx newmatap.h tmtd.cpp 
  138.             $C
  139.  
  140. tmte.obj:       newmatxx newmatap.h tmte.cpp 
  141.             $C
  142.  
  143. tmtf.obj:       newmatxx newmatap.h tmtf.cpp 
  144.             $C
  145.  
  146. tmtg.obj:       newmatxx newmatap.h tmtg.cpp 
  147.             $C
  148.  
  149. tmth.obj:       newmatxx newmatap.h tmth.cpp
  150.             $C
  151.  
  152. tmti.obj:       newmatxx newmatap.h tmti.cpp
  153.             $C
  154.  
  155.  
  156.